Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class


In This Topic
SparseArray<T> Class Methods
In This Topic

For a list of all members of this type, see SparseArray<T> members.

Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Removes all elements from the SparseArray at the specified range.  
Public MethodCreates a new object that is a copy of the current instance.  
Public MethodDetermines whether the SparseArray contains a specific value.  
Public Methodstatic (Shared in Visual Basic)Copies a range of elements from an SparseArray starting at the specified source index and pastes them to another SparseArray starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
Public MethodOverloaded. Copies all the elements of the current one-dimensional System.Array to the specified one-dimensional SparseArray starting at the specified destination SparseArray index. The index is specified as a 32-bit integer.  
Public MethodOverloaded. Indicates whether the current object is equal to another object of the same type.  
Public MethodFills a range of array with a specified value.  
Public MethodDetermines the index of a specific item in the SparseArray.  
Public MethodInserts the specified number of new null items into the SparseArray at the specified index.  
Public Methodstatic (Shared in Visual Basic)Moves a range of elements from an SparseArray starting at the specified source index and pastes them to another SparseArray starting at the specified target index. Elements of old range will be clear. The length and the indexes are specified as 32-bit integers.  
Public MethodOverloaded.   
Public Method  
Public MethodOverloaded.   
Public MethodRemoves a range of items from the SparseArray.  
Public Methodstatic (Shared in Visual Basic)Swaps a range of elements from an SparseArray starting at the specified source index with another SparseArray starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
Top
See Also